func net.last

4 uses

	net (current package)
		dial.go#L229: 	i := last(network, ':')
		ipsock.go#L175: 	i := last(hostport, ':')
		ipsock.go#L222: 	if i := last(s, '%'); i > 0 {
		parse.go#L209: func last(s string, b byte) int {